HasGeometry
TheHasGeometry
method returns a Boolean value that specifies whether the geometric representation of this shape can be described by a polygon.
ODBoolean HasGeometry ();
- return value
kODTrue
if this shape's geometric representation can be described by a polygon, otherwisekODFalse
.DISCUSSION
Your part can use this method, before calling theCopyPolygon
method, to verify that a shape's geometric representation can be described by a polygon.SEE ALSO
TheODShape::CopyPolygon
method (page 635).
TheODShape::SetGeometryMode
method (page 648).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help